Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

338
Vistas
"RNSScreenStackHeaderConfig" was not found in the UIManager

i know this question has been asked before, (requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager when running android app, React Navigation Error, Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager) but none of the answers helped in solving my Problem.

Problem Description Its pretty simple, i get the following Error when i start my react-native App on IOS:

ERROR  Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager.

My app.js

import React from 'react';
import Header from './components/header';
import { SafeAreaView } from 'react-native';
import { NavigationContainer } from '@react-navigation/native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';

import homeScreen from './screens/home'

const Stack = createNativeStackNavigator();

function App(){
  return (
    <SafeAreaView>
      <NavigationContainer>
        <Stack.Navigator>
          <Stack.Screen name="Home" component={homeScreen} options={{ title: 'Welcome' }} />
        </Stack.Navigator>
      </NavigationContainer>
    </SafeAreaView>
  );
};

export default App;

It appeard after if followed this guide for navigating between Screens in react-native.

When removing const Stack = createNativeStackNavigator(); incl. the Stack.*** the Error also disappears. So i figured the Problem must be with that.

But due to me being a newbie to react-native, finding this Problem is quit hard.

Yes, i already tried the Solutions from the above mentioned Posts.

Thanks for any help, Oliver

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda